home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Complete Work of Mahatma Gandhi
/
The Complete Work of Mahatma Gandhi-CD interactive.iso
/
pc
/
ganmac
/
eb.cst
/
00280_Script_gsndsnd
< prev
next >
Wrap
Text File
|
1999-05-31
|
684b
|
26 lines
on mouseUp
global chaspcursor,handcur, gbotline
if the clickOn > 0 then
set handcur to [the number of cast "HC1",the number of cast "HC2"]
CHASPCURSOR HANDCUR,8,9
-- CHASPCURSOR HANDCUR,55,56
CHASPCURSOR HANDCUR,109,120
CHASPCURSOR -1,6,7
global cspname,cspchannel
-- set xx to chars(cspname,1,1)
-- set cspname to xx&"voic"
set cspchannel to 112
set gbotline to 16
set wp to the memberNum of sprite 105
set wp1 to the name of member wp
if chars(wp1,1,3) = "gan" then
set the movieTime of sprite 105 to 0
set the movieRate of sprite 105 to 1
end if
go to frame "gsnd"
end if
end